/*css reset.css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption,input{margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-family:inherit;  vertical-align:baseline;}
body{ font-family: 'microsoft yahei', Arial, sans-serif;  font-size:16px; color: #333;}
ol, ul{ list-style:none}
table{ border-collapse: collapse;}
caption, th, td{ font-weight:normal}
blockquote:before, blockquote:after,  q:before, q:after{ content:''}
blockquote, q{quotes:""""}
a{ text-decoration:none;color: inherit;}
img{ border:0; display:block;max-width: 100%;}
cite,b,em,i{ font-style:normal;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0; line-height:0;}
.clear {clear: both;}


.cb{ clear:both; overflow: hidden; }
.w1200{ width: 1200px; margin: 0 auto; }
.fr{ float: right;}
.fl{ float: left;}
.rel{position: relative;}
.abs{position: absolute;}
.tc{text-align: center;}
/* 边距*/
.mt5{ margin-top: 5px;}
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt25{ margin-top: 25px;}
.ml5{ margin-left: 5px;}
.ml10{ margin-left: 10px;}
.ml15{ margin-left: 15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}

.top_cont{
	position: relative;
	background: url(../img/top-bg.png) center center no-repeat;
	width: 100%;
	height: 170px;
	background-size: 100% 100%;
}
.logo_abs img{
	width: 43%;
    padding-top: 45px;
}
.nav_list{
	width: 100%;
	height: 50px;
	background: #bd1a2d;
	margin: 0 auto;
}
.nav_list ul{
	width: 940px;
	margin: 0 auto;
}
.nav_list ul li{
	float: left;
	width: 14.2%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	position: relative;
}
.nav_list ul.nav_list_two{
	width: 100%;
	background: #bd1a2d;
	position: absolute;
	top: 50px;
	display: none;
	z-index: 99999;
}
.nav_list li:hover ul.nav_list_two{
	display: block;
}
.nav_list ul.nav_list_two li{
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #fff;
	float: none;
	font-size: 15px;
	border-bottom: 1px dashed #ddd;
}
.nav_list ul.nav_list_two li:last-child{
	border-bottom: 0;
}
.cont_title{
	font-size: 38px;
	color: #bd1a2d;
	text-align: center;
	font-weight: bold;
	padding: 24px 0;
}

.news_box{
	width: 585px;
}
.news_top_tit{
	overflow: hidden;
	height: 38px;
	background: #f5f5f5;
	line-height: 38px;
	padding-right: 10px;
}
.span_tit{
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	height: 38px;
	background: #bd1a2d;
	color: #fff;
	font-size: 18px;
}
.news_text{
	font-size: 20px;
	font-weight: bold;
	color: #bd1a2d;
	text-align: center;
	padding: 15px 0;
}
.news_ul_list li{
	background: url(../img/li-bg.png) left center no-repeat;
	padding-left: 12px;
	overflow: hidden;
	line-height: 35px;
}
.news_ul_list li a{
	float: left;
	width: 88%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_ul_list li .date{
	float: right;
	color: #959595;
}
.news_ul_list li a:hover{
	color: #bd1a2d;
}
#slideBox .bd{
	height:100%; 
	z-index:0;
}
#slideBox{ 
	width: 585px; 
	height:313px; 
	overflow:hidden; 
	position:relative; 
}
#slideBox .hd{
	height:8px; 
	overflow:hidden; 
	position:absolute; 
	right: 8px; 
	bottom: 15px; 
	z-index:1; 
}
#slideBox .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
#slideBox .hd ul li{ 
	float:left; 
	margin-right: 8px;  
	width:8px; 
	height:8px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
}
#slideBox .hd ul li.on{ 
	background:#bd1a2d;
}
#slideBox .bd li{ 
	zoom:1; 
	vertical-align:middle; 
	position:relative; 
}
#slideBox .bd img{ 
	width: 585px; 
	height:313px; 
	display:block;  
}
#slideBox .bd li p{
	height: 40px;
	background: rgba(0,0,0,0.5);
	line-height: 40px;
	color: #fff;
	padding: 0 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.img-ul-list li{
	float: left;
	margin-right: 25px;
	width: 200px;
	overflow: hidden;
}

.img-ul-list li:last-child{
	margin-right: 0;
}
.search-box{
	position: relative;
}
.input-text{
	width: 220px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
}
.search-btn{
	position: absolute;
	right: 10px;
	top: 6px;
	cursor: pointer;
}
.tab-ul-list{
	width: 230px;
}
.tab-ul-list li{
	border: 1px solid #e7807b;
	background: #ffefef;
	padding: 11px 15px 11px 45px;
	margin-bottom: 12px;
	color: #d31616;
	font-weight: bold;
}
.tab-ul-list li:last-child{
	margin-bottom: 0;
}
.pic-ul{
	border: 1px solid #d9d9d9;
	border-left: 0;
	padding: 21px 24px;
}
.pic-ul ul li p{
	text-align: center;
	margin-top: 5px;
}
.n-bottom-img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.foot{
	border-top: 3px solid #bd1a2d;
	background: #e9e8e9;
	text-align: center;
	margin-top: 20px;
}
.foot p{
	line-height: 30px;
}
.foot_img img{
	margin: 5px auto 0;
	padding-bottom: 10px;
}
.yq-link{
	background: #fff;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}
.yq-link span{
	color: #be0202;
	font-weight: bold;
	display: inline-block;
    vertical-align: top;
}
.yq-link ul{
	display: inline-block;
}
.yq-link ul li{
	float: left;
	margin-left: 30px;
}


/*列表页*/
.list_left{
	width: 270px;
	background: #bd1a2d;
	padding: 5px;
	height: 650px;
}

.file_box{
	background: #fff;
	height: 650px;
	overflow-y: auto;
}
.list_right{
	width: 880px;
}
.span-img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.news_ul_list_2 li{
	border-bottom: 1px dashed #d3d3d3;
	line-height: 45px;
}
.panelBar .pagelist {text-align:center;margin:20px 0px;}
.panelBar .pagelist li{display: inline-block;border: 1px solid #bd1a2d; color: #bd1a2d;cursor: pointer;height:25px;line-height:25px;padding:0px 10px;margin:0px 1px;overflow:hidden;width:auto;}
.panelBar .pagelist li.active{background:#bd1a2d;color: #fff;}

.detail-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #bd1a2d;
}
.small-title {
    margin: 10px 0;
    text-align: center;
    padding: 10px 0 10px;
    color: #9f9f9f;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
}
.words-box p {
    line-height: 30px;
    text-indent: 2em;
}
.tc img{
	margin: 10px auto;
}